keeping busy - translation to italian
DICLIB.COM
AI-based language tools
Enter a word or phrase in any language 👆
Language:     

Translation and analysis of words by artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

keeping busy - translation to italian

COMPUTER PROGRAMMATION TECHNIQUE IN WHICH A PROCESS REPEATEDLY CHECKS TO SEE IF A CONDITION IS TRUE
Busy spin; Busy-wait; Busy-loop; Busy loop; Busy wait; Busy-wait loop; Busy-wait loops; Busy wait loops; Busy wait loop; Busy-waiting

keeping busy      
mantenersi occupato
Stock Keeping Unit         
INVENTORY MANAGEMENT IDENTIFIER
SKUS; Sku; Stock-Keeping Unit; Stock Keeping Unit; Stockkeeping unit; SKU code; SKU (code); Stock-keeping units; Stock-keeping unit; Unit of sale; SKU
numero di un articolo o prodotto specifico in un magazzino
engaged tone         
Engaged tone; Busy tone; Busy signal (telephony); Fast busy signal
segnale di linea occupata

Definition

busy-wait
<programming> To wait for an event by spinning through a tight loop or timed-delay loop that polls for the event on each pass, as opposed to setting up an interrupt handler and continuing execution on another part of the task. This is a wasteful technique, best avoided on time-sharing systems where a busy-waiting program may hog the processor. [Jargon File] (1999-06-10)

Wikipedia

Busy waiting

In computer science and software engineering, busy-waiting, busy-looping or spinning is a technique in which a process repeatedly checks to see if a condition is true, such as whether keyboard input or a lock is available. Spinning can also be used to generate an arbitrary time delay, a technique that was necessary on systems that lacked a method of waiting a specific length of time. Processor speeds vary greatly from computer to computer, especially as some processors are designed to dynamically adjust speed based on current workload. Consequently, spinning as a time-delay technique can produce unpredictable or even inconsistent results on different systems unless code is included to determine the time a processor takes to execute a "do nothing" loop, or the looping code explicitly checks a real-time clock.

In most cases spinning is considered an anti-pattern and should be avoided, as processor time that could be used to execute a different task is instead wasted on useless activity. Spinning can be a valid strategy in certain circumstances, most notably in the implementation of spinlocks within operating systems designed to run on SMP systems.

Examples of use of keeping busy
1. He also wrote and directed low–budget movies, keeping busy into his '0s.
2. The new man in Britney Spears‘ life sure is keeping busy.
3. Physical activity, mints, water, tooth brushing, and keeping busy all help.
4. Keeping busy is helping me bring more energy, optimism and perspective to my job search.
5. Video beamed down showed the spiders keeping busy, creating at least one real web each.